toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.ft3_helper
Module-level
declarations
Types
Functions
Types
auth_id
Link copied to clipboard
struct
auth_id
Functions
destroy_asset
Link copied to clipboard
function
destroy_asset
(
from
:
account
,
asset
:
asset
,
amount
:
integer
)
:
payment_history_entry
do_auth
Link copied to clipboard
function
do_auth
(
auth_id
:
auth_id
,
required_flags
:
list
<
text
>
)
:
account
ensure_locked_account
Link copied to clipboard
function
ensure_locked_account
(
reason
:
text
,
account
:
account
)
:
account
ensure_special_account
Link copied to clipboard
function
ensure_special_account
(
kind
:
text
,
refid
:
byte_array
,
params
:
gtv
)
:
account
find_locked_account
Link copied to clipboard
function
find_locked_account
(
reason
:
text
,
account
:
account
)
:
account
?
find_special_account
Link copied to clipboard
function
find_special_account
(
kind
:
text
,
refid
:
byte_array
,
params
:
gtv
)
:
account
?
issue_asset
Link copied to clipboard
function
issue_asset
(
to
:
account
,
asset
:
asset
,
amount
:
integer
)
:
payment_history_entry
LOCKED
Link copied to clipboard
function
LOCKED
(
reason
:
text
)
:
text
special_account_id
Link copied to clipboard
function
special_account_id
(
kind
:
text
,
refid
:
byte_array
,
params
:
gtv
)
:
byte_array
transfer_asset
Link copied to clipboard
function
transfer_asset
(
from
:
account
,
to
:
account
,
asset
:
asset
,
amount
:
integer
)
transfer_asset_auto
Link copied to clipboard
function
transfer_asset_auto
(
from
:
account
,
to
:
account
,
asset
:
asset
,
amount
:
integer
)